@charset "utf-8";
/* CSS Document */
@font-face {      font-family: 'AvantGardeITCbyBT-Medium';      
src: url('AvantGardeITCbyBT-Medium.eot'); /* IE9 Compat Modes */      
src: url('AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('AvantGardeITCbyBT-Medium.woff') format('woff'), /* Modern Browsers */              
url('AvantGardeITCbyBT-Medium.otf')  format('truetype'), /* Safari, Android, iOS */              url('AvantGardeITCbyBT-Medium.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'MaisonNeue-Light';      
src: url('MaisonNeue-Light.eot'); /* IE9 Compat Modes */      
src: url('MaisonNeue-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('MaisonNeue-Light.woff') format('woff'), /* Modern Browsers */              
url('MaisonNeue-Light.ttf')  format('truetype'), /* Safari, Android, iOS */              url('MaisonNeue-Light.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'DINCond-Bold';      
src: url('DINCond-Bold.eot'); /* IE9 Compat Modes */      
src: url('DINCond-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DINCond-Bold.woff') format('woff'), /* Modern Browsers */              
url('DINCond-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('MaisonNeue-Light.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}


.navbar-inverse {
    background-color: rgba(0,0,0,0);
    border-color: rgba(255,255,255,0.2);
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:35px;
	padding-right:35px;
    line-height: 80px;
}

.nav {
    padding-left: 140px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	background-color:#053391;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:18px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	

.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}

ul {
   padding:0px;
   margin:0px;
   }
   
.dianhua {
   height:auto; overflow:hidden;
   line-height:100px;
   color:#FFFFFF;
   font-size:18px;
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   float:left;
   }
   
.caidan {
   width:46px;
   float:right;
   margin-left:92px;
   margin-right:60px;
   margin-top:28px;
   }

.kuanping {
   width:1380px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.xwzz {
    height: 42px; overflow: hidden;
}
   
/* 弹窗 */
.search-btn {
    cursor: pointer;
}


.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0,0,0,.9);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 20px;

} 

.dhtt {
   width:20%;
   height:500px;
   color:#FFFFFF;
   padding-top:50px;
   padding-left:40px;
   font-size:16px;
   line-height:40px;
   color:rgba(255,255,255,.6);
   border-right:1px solid rgba(255,255,255,.2);
   }
   
.dhtt a {
   color:rgba(255,255,255,.6);
   }
   
.dhtt a:hover {
   color:rgba(255,255,255,1);
   }
   
.dhtt h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.dhkuan {
   width:1578px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }   
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }
   
.banner img {
    width:100%;
    }   
   

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
   bottom: 30px;
   width: 100%;
}

.banner .swiper-pagination-bullet {
   width: 1.2rem;
   height: 1.2rem;
   display: inline-block;
   border-radius: 100%;
   background: #FFFFFF;
   opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
   background: #053391;
   opacity: 1;
}

.cptit {
   height:auto; overflow:hidden;
   text-align:center;
   color:#6c6f7c;
   font-size:16px;
   line-height:34px;
   margin-top:30px;
   margin-bottom:25px;
   }
   
.cptit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:37px;
   color:#000000;
   margin-top:0px;
   margin-bottom:15px;
  }
  
.cpfl {
   height:auto; overflow:hidden;
   }
   
.cpfl-aa {
   width:50%;
   position:relative;
   float:left;
   }
   
.cpfw {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.cpfl-zi {
   position:absolute;
   width:42.4%;
   padding:40px;
   padding-bottom:45px;
   color:#FFFFFF;
   background-color:#053391;
   left:0px;
   bottom:0px;
   z-index:6;
   }
   
.cpfl-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#FFFFFF;
   margin-top:12px;
   margin-bottom:26px;
   }
   
.cpjt {
   width:40px;
   height:auto; overflow:hidden;
   margin-top:78px;
   }
   
.cpjt2 {
   width:40px;
   height:auto; overflow:hidden;
   margin-top:90px;
   }
   
.cpjtw {
   width:40px;
   height:auto; overflow:hidden;
   margin-top:60px;
   }
   
.cpfl-bb {
   width:50%;
   float:right;
   }
   
.cpfw-zi {
   position:absolute;
   width:42.4%;
   padding:50px;
   color:#FFFFFF;
   left:0px;
   top:0px;
   z-index:6;
   } 
   
.cpfw-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#FFFFFF;
   margin-top:45px;
   margin-bottom:30px;
   }  
   
.close {
    opacity:1;
    filter: alpha(opacity=100);
}

.cpfn {
   height:auto; overflow:hidden;
   }
   
.cpfn li {
   list-style-type:none;
   width:50%;
   position:relative;
   float:left;
   }
   
.cpfn-zi {
   position:absolute;
   width:42.4%;
   padding:30px;
   color:#FFFFFF;
   left:0px;
   top:0px;
   z-index:6;
   } 
   
.cpfn-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#FFFFFF;
   margin-top:60px;
   margin-bottom:27px;
   }
   
.cpfl-aa img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpfl-aa:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpfl-aa section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.cpfw img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpfw:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpfw section {
   overflow: hidden;
   }
   
.cpfn li img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpfn li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpfn li section {
   overflow: hidden;
   }
   
.about {
   height:auto; overflow:hidden;
   background-color:#f7f9fc;
   position:relative;
   margin-top:10px;
   }
   
.about-aa {
   width:50%;
   float:left;
   }
   
.about-aa img {
   width:100%;
   }
   
.about-bb {
   width:50%;
   padding:45px;
   padding-top:80px;
   padding-right:13.7%;
   font-size:14px;
   line-height:23px;
   color:#70777a;
   float:right;
   }
   
.about-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#131a2d;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.abmore {
   margin-top:82px;
   }
   
.abmore a {
   display:block;
   width:165px;
   height:44px;
   line-height:44px;
   color:#FFFFFF;
   font-size:16px;
   text-align:center;
   background-color:#053dae;
   }
   
.abmore a:hover {
   background-color:#000000;
   }
   
.lghh {
   background-color: rgba(0,0,0,0.8);
   }
   
.hidex {
   top:-100px;
   }
   
.ablm {
   height:auto; overflow:hidden;
   margin-top:68px;
   margin-left:-15px;
   margin-right:-15px;
   } 
   
.ablm li {
   list-style-type:none;
   width:33.3%;
   color:#70777a;
   float:left;
   font-size:14px;
   line-height:23px;
   padding-left:15px;
   padding-right:15px;
   }  
   
.ablm li h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#131a2d;
   margin-top:16px;
   margin-bottom:15px;
   }
   
.mokuai {
   width:100%;
   height:auto; overflow:hidden;
   padding:20px;
   }  
   
.mkrow {
   height:auto; overflow:hidden;
   margin-left:-9px;
   margin-right:-9px;
   } 
   
.mkrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:9px;
   padding-right:9px;
   }
   
.mkxx {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.mkxx img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%; border-radius: 10px;}  

.mkxx:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.mkxx section {
   overflow: hidden;
   }	 
	
   
.mkw {
   position:absolute;
   width:100%;
   left:0px;
   top:31%;
   text-align:center;
   color:#FFFFFF;
   font-size:20px;
   z-index:6;
   }
   
.mkw h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.mkmore {
   width:48px;
   margin:36px auto 0px;
   }
   
.xwbj {
   height:auto; overflow:hidden;
   padding-top:27px;
   padding-bottom:50px;
   background:url(../images/xwbj.jpg);
   background-size: 100% 100%;
   }
   
.xwbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:34px;
   color:#555555;
   text-align:center;
   margin-top:0px;
   padding-bottom:24px;
   background:url(../images/xiahua.jpg) bottom center; background-repeat:no-repeat;
   margin-bottom:16px;
   }
   
.xwbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#909090;
   text-align:center;
   margin-top:0px;
   margin-bottom:65px;
   }  
   
.xwrow {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   } 
   
.xwrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   }
   
.xwrow li a {
    cursor: pointer;
   }
   
.xwhh {
   height:auto; overflow:hidden;
   margin-bottom:18px;
}

.xwhh-aa {
    width: 23%;
    height: 112px;
    float: left;
    padding: 15px;
    padding-top: 19px;
    color: #FFFFFF;
	font-family: 'MaisonNeue-Light', Helvetica, Arial, sans-serif;
    background-color: rgba(88,87,87,0.39);
}

.xwhh-aa h4 {
    font-family: 'MaisonNeue-Light', Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 7px;
    color: #FFFFFF;
}

.xwhh-bb {
    width: 77%;
    height: 112px;
    padding: 24px;
    color: rgba(88,87,87,0.7);
    background-color: #e5e5e5;
    float: right;
}

.xwhh-bb h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 14px;
    color: #585757;
}

.xwhh:hover .xwhh-aa {
   background-color:#053dae;
   transition: all 500ms ease-in 0ms;
   } 

.xwfu {
    position: relative;
    margin-top: -86px;
    height: 86px;
    line-height: 86px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.75);
}

.xwfu-aa {
    width: 86%;
    float: left;
    padding-left: 20px;
}

.xwfu-bb {
    width: 14%;
    float: right;
    text-align: center;
    background-color: #053dae;
}

.bottom {
   height:auto; overflow:hidden;
   background-color:#f6f6f6;
   }
   
.bottom-aa {
   width:29.2%;
   padding:80px;
   font-size:18px;
   line-height:38px;
   color:rgba(68,68,68,0.4);
   border-right:1px solid #ececec;
   float:left;
   }
   
.bottom-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#444444;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.bottom-aa h3 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:54px;
   color:#444444;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.bottom-aa h3 a {
   color:#444444;
   }
   
.bottom-aa a {
   color:rgba(68,68,68,0.4);
   }
   
.fx {
   margin-top:20px;
   height:auto; overflow:hidden;
   }
   
.fx li {
   list-style-type:none;
   width:30px;
   line-height:30px;
   float:left;
   border-radius: 50%;
   background-color:#bdbdbd;
   margin-right:16px;
   }
   
.fx li:hover {
   background-color:#053dae;
   }
   
.bottom-bb {
   width:70.8%;
   padding-left:66px;
   padding-top:80px;
   float:right;
   }
   
.bottom-bb li {
   list-style-type:none;
   width:20%;
   font-size:15px;
   line-height:38px;
   color:rgba(68,68,68,0.6);
   float:left;
   }
   
.bottom-bb li a {
   color:rgba(68,68,68,0.6);
   }
   
.bottom-bb li a:hover {
   color:rgba(68,68,68,1);
   }
   
.bottom-bb li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#444444;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.footer {
   height:auto; overflow:hidden;
   padding-left:80px;
   padding-right:80px;
   color:#bdbdbd;
   line-height:85px;
   background-color:#f6f6f6;
   border-top:1px solid #ececec;
   }
   
.footer a {
   color:#bdbdbd;
   }
   
.footer a:hover {
   color:#000000;
   }
   
.juyou {
   text-align:right;
   }
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }   
   
/* 关于我们 */
.bnn img {
   width:100%;
   }
   
.ablan {
    position: relative;
    width: 1350px;
    height: 83px;
    background-color: rgb(255, 255, 255, 0.9);
    margin: -83px auto 0px;
    z-index: 6;
}

.ablan li {
    list-style-type: none;
    width: 20%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.cplan li {
    list-style-type: none;
    width: 11.1%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.ablan li a {
    display: block;
    height: 83px;
    line-height: 80px;
    cursor: pointer;
    color: #000000;
    font-size: 17px;
    text-align: center;
    border-top: 3px solid rgb(23, 72, 150, 0);
}

.ablan li a:hover {
   color: #0b46ac;
   font-size: 17px;
   border-top: 3px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #0b46ac;
   font-size: 17px;
   border-top: 3px solid rgb(23, 72, 150, 1);
}

.abnn {
   margin-top:150px;
   margin-bottom:150px;
   height:auto; overflow:hidden;
}

.abnn h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #343434;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 14px;
}

.abnn h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #343434;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 43px;
}

.abnn-aa {
    width: 47.5%;
    float: left;
}

.abnn-bb {
    width: 48.7%;
    float: right;
}



.abww2 {
    height:auto; overflow: hidden;
    font-size: 16px;
    line-height: 30px;
	padding-right:10px;
    color: #3c3d42;
}

.abww2::-webkit-scrollbar {
		  width: 5px;
	} /* 这是针对缺省样式 (必须的) */
	
.abww2::-webkit-scrollbar-track {
   background-color: #8bb8e1;
} /* 滚动条的滑轨背景颜色 */

.abww2::-webkit-scrollbar-thumb {
background-color:#0086ff;
} /* 滑块颜色 */

.abww2::-webkit-scrollbar-button {
background-color: #8bb8e1;

} /* 滑轨两头的监听按钮颜色 */

.wk2 {
	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}


.wenhua {
   height:auto; overflow:hidden;
   margin-bottom:80px;
   }
   
.wenhua h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:39px;
   color:#343434;
   text-align:center;
   margin-top:0px;
   margin-bottom:16px;
   }
   
.wenhua h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#343434;
   text-align:center;
   margin-top:0px;
   margin-bottom:37px;
   }
   
.wenhua h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   line-height:27px;
   color:rgb(52, 52, 52, 0.8);
   text-align:center;
   margin-top:0px;
   margin-bottom:45px;
   }
   
.whrow {
   margin-left:-10px;
   margin-right:-10px;
   }
   
.whrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   }
   
.whkk {
   height:auto; overflow:hidden;
   padding:60px;
   padding-top:80px;
   padding-bottom:96px;
   text-align:center;
   color:rgb(52, 52, 52, 0.65);
   background-color:#f8fbff;
   }
   
.whkk h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#343434;
   margin-top:45px;
   margin-bottom:15px;
   }

   
.rongyu {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
}

.rongyu h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #333333;
}

.rygun {
    margin-top: -80px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.rygun .swiper-container {
    padding-top: 160px;
}

.rygun .swiper-button-prev {
    position: absolute;
    top: 5%;
    width: 51px;
    height: 51px;
	left:90%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuok.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.rygun .swiper-button-next {
    position: absolute;
    top: 5%;
    width: 51px;
    height: 51px;
	right:0%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/youk.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
} 

.rytu img {
   width:100%;
   }

.icase ul {
   margin:0px;
   padding:0px;
   }

.icase ul li {
   list-style-type:none;
   } 
   
.zuzhi {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
	background-color:#f7fbff;
}

.zuzhi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}

.zuzhi img {
   width:100%;
   }
   
/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 700px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}   
   
.shebei {
    height:auto; overflow:hidden;
    background: url(../images/sbbj.jpg) top center;
	background-size: 100% 100%;
    padding-top: 60px;
	padding-bottom:60px;
}

.shebei h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}

.abxx {
   border:10px solid #ffffff;
   } 
   
/* 产品中心 */
.xwdd {
    background: #fafafa;
    padding: 60px 0px;
}

.cptux {
    height: auto;
    overflow: hidden;
    border: 1px solid #e5e4e4;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 45px;
}

.cptux p {
   text-align:center;
   margin-top:10px;
   }
   
.dztt {
    position:absolute;
    width:100px;
    height:100px;
    right:0px;
    top:0px;
    z-index: 6;
    display: none;
}
   
.cpzi {
   height:auto; overflow:hidden;
   padding:25px;
   color:#808080;
   }
   
.cptux:hover {
   background-color:#0480d3;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpzi {

   }
   
.cptux img { width:100%; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
   }	
   
.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:0px;
   margin-bottom:6px;
   color:#333333;
   }
   
.cpzi h2 span {
   padding:5px;
   color:#FFFFFF;
   background-color:#053391;
   }
   
.yingcang {
   display:none;
   }
   
.xianshi {
   display:block;
   }   
   
   
.cpwz {
   height:auto; overflow:hidden;
   color:#808080;
   }
   
.cpwz-aa {
   width:90px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.cpwz-bb {
   width:26px;
   height:1px;
   background-color:#808080;
   margin-top:12px;
   margin-right:20px;
   float:right;
   }
   
.cptux:hover .cpwz {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover h2 {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpwz-bb {
   width:170px;
   background-color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   } 

/* 产品详情 */   
   
.liebiao {
   height:78px;
   border:1px solid #ebebeb;
   margin-top:25px;
   }
   
.liebiao-aa {
   width:16%;
   height:76px;
   line-height:76px;
   text-align:center;
   float:left;
   color: #000000;
   background-color: #f5f6f6;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb {
   width:68%;
   height:78px;
   line-height:78px;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb a {
   color:#000000;
   }
   
.liebiao-cc {
   width:16%;
   height:76px;
   line-height:76px;
   text-align:center;
   color: #000000;
   background-color: #f5f6f6;
   float:right;
   }
   
.cpyou-lan {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}

.cpnei {
    padding: 20px;
    padding-top: 50px;
    background-color: #FFFFFF;
}

.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}

.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.pro-img #Gbig{
	width:100%;
	border:1px solid #eeeeee;
}

.ipdimg .swiper-button-prev {
    position: absolute;
    top: -260%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:-30px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.ipdimg .swiper-button-next {
    position: absolute;
    top: -260%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:-20px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.pro-img .xiaotu li{
}

.pro-img .xiaotu li a {
   display: block;
   border:1px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:1px #25b5e5 solid;
}

#xiaotu .swiper-slide a.hover {
    border: 1px #25b5e5 solid;
}  

.pro-img .colmd5{
	width:36%;
	float:left;
}
.pro-img .colmd7{
	width:60%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
	font-size:27px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
	margin-bottom:20px;
	height:400px;
	padding:15px;
	overflow-y: scroll;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:14px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }
   
.colmd7 h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 0px;
}

.colmd7 h5 span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 1.5rem;
    background: rgba(0,0,0,.7);
    transition: .3s;
    cursor: pointer;
}

.cpxq {
    margin-top: 55px;
    height: auto;
    overflow: hidden;
}


.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    line-height: 52px;
    color: #595959;
    font-size: 16px;
    padding-left: 15px;
}

.cpxq-nei {
    padding: 25px;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    color: #515151;
}

.cpxq-nei img {
    width:100%;
}

.ipdcont .ipdimg {
    width: 100%;
    position: relative;
}
   
.ipdcont .ipdimg .jqzoom {
    height: 495px;
    position: relative;
}

.ipdcont .ipdimg img {
    max-height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
 
#glass {
    position: absolute;
    border-radius: 50%;
    border: 5px #25b5e5 solid;
    display: none;
    background-repeat: no-repeat;
    background-color:#fff;
}       
   
/* 新闻 */
.xwkuan {
    width: 1290px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 65px;
}

.tjhh {
   height:auto; overflow:hidden;
   margin-top:60px;
   padding:15px;
   }  
   
   
.tjzi {
   height:auto; overflow:hidden;
   padding-left:60px;
   padding-right:60px;
   padding-bottom:35px;
   font-size:18px;
   line-height:28px;
   color:#9898a0;
   }
   
.tjzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:27px;
   height:96px;
   overflow:hidden;
   color:#000000;
   margin-top:30px;
   margin-bottom:18px;
   padding-bottom:40px;
   border-bottom:2px solid #0b46ac;
   }
   
.tjzi h3 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:17px;
   color:#000000;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.tjzz {
   height:178px;
   overflow:hidden;
   }
   
.tjmore {
   margin-top:36px;
   color:#0b46ac;
   font-size:16px;
   }
   
.tjhh:hover .tjzi {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
.tjhh:hover h2 {
   transition: all 300ms ease-in 0ms;
   border-bottom:2px solid #0b46ac;
   }
   
.tjhh img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.tjhh:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.tjhh section {
   overflow: hidden;
   }
   
/* 新闻内 */
.inewsct {
   height:auto; overflow:hidden;
   margin-top:50px;
   margin-bottom:20px;
}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}

/* 新闻内新 */
.dangqian {
   height:auto; overflow:hidden;
   line-height:90px;
   color:#666666;
   }
   
.dangqian a {
   color:#666666;
   }
   
.xqss {
   color:#e23f3f;
   }
   
.xwnn {
   height:auto; overflow:hidden;
   padding:75px;
   padding-bottom:10px;
   }
   
.xwnn h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.fabu {
   width:600px;
   height:auto; overflow:hidden;
   line-height:25px;
   border-bottom:1px solid #fbfbfb;
   padding-bottom:15px;
   margin:0 auto;
   }
   
.fabu li {
   list-style-type:none;
   width:33.3%;
   text-align:center;
   line-height:25px;
   color:#333333;
   float:left;
   }
   
.fabu-fg {
   background:url(../images/fenge.jpg) center right; background-repeat:no-repeat;
   }
   
.xwxq {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:60px;
   color:#666666;
   font-size:18px;
   line-height:27px;
   border-bottom:1px solid #fbfbfb;
   }
   
.xwxq img {
   width:100%;
    
}
   
.liebiaok {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiaok-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiaok-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}  


/* 人才招聘 */
.ijoint {

}
	
.ijoin {
   margin-top:40px;
   margin-bottom:40px;

}
.ijoin dl {
	background:#0086ff;
	padding:0px 30px;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:40px;
	padding:25px 0px;
	font-size:2.0rem;
}
.ijoin dl dd:nth-of-type(4) {
	width:22%;
}
.ijoin dl dd:nth-of-type(5) {
	width:30%;
}

@media (max-width:1400px) {
	.ijoin dl dd {
	font-size:1.8rem;
}
}@media (max-width:992px) {
	.ijoin {
	margin:15px 0px 15px;
}
.ijoin dl {
	padding:0px 15px;
}
.ijoin dl dd {
	line-height:30px;
	padding:10px 0px;
	font-size:1.6rem;
}
.ijoin dl dd:nth-of-type(2),.ijoin dl dd:nth-of-type(3),.ijoin dl dd:nth-of-type(4) {
	display:none;
}
.ijoin dl dd:nth-of-type(1) {
	width:70%;
}
}.ijoin ul {
	margin-top:30px;
}
.ijoin ul li {
	border-bottom:1px rgba(0,0,0,.15) dashed;
	list-style-type:none;
	margin-bottom:20px;
}
.ijoin ul li .jitp {
	padding:25px 30px;
	transition:.3s;
}
.ijoin ul li .jitp span {
	display:block;
	float:left;
	width:25%;
	color:#545459;
	line-height:44px;
	font-size:1.9rem;
}
.ijoin ul li .jitp span:nth-of-type(4) {
	width:22%;
}
.ijoin ul li .jitp span:nth-of-type(5) {
	width:30%;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul {
	margin-top:10px;
}
.ijoin ul li {
	margin-bottom:10px;
}
.ijoin ul li .jitp {
	padding:10px 15px;
}
.ijoin ul li .jitp span {
	line-height:24px;
	font-size:1.4rem;
	width:100%;
}
.ijoin ul li .jitp span:nth-of-type(2),.ijoin ul li .jitp span:nth-of-type(3),.ijoin ul li .jitp span:nth-of-type(4) {
	display:block;
}
.ijoin ul li .jitp span:nth-of-type(1) {
	width:100%;
}
}.ijoin ul li .jitp span small {
	width:138px;
	display:block;
	height:44px;
	font-size:1.9rem;
	color:#545459;
	background:#efefef;
	cursor:pointer;
	text-align:center;
	transition:.3s;
	float:left;
}
.ijoin ul li.cur {
	border-bottom:0;
	box-shadow:0px 0px 30px rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#053dae;
	color:#fff;
}
.ijoin ul li.cur .jitp {
	background:#e6e6e6;
}
.ijoin ul li .jitp span i {
	display:block;
	background:url(../images/sjt.png) center no-repeat;
	height:44px;
	float:right;
	cursor:pointer;
	width:40px;
}
.ijoin ul li.cur .jitp span i {
	transform:rotate(180deg);
}
.ijoin ul li .jitp span a {
	display:none;
	width:90%;
	height:30px;
	line-height:30px;
	color:#545459;
	background:#efefef;
	font-size:1.4rem;
	text-align:center;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span small {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul li .jitp span a {
	display:block;
}
.ijoin ul li .jitp span small {
	display:none;
}
.ijoin ul li .jitp span i {
	display:none;
}
}.ijoin .jibt {
	display:none;
	padding:20px 70px 50px;
}
.ijoin .jibt h1 {
	font-size:2.0rem;
	line-height:40px;
}
.ijoin .jibt section {
	padding:15px 0px 15px 20px;
	color:#545459;
	line-height:26px;
}
.ijoin .jibt>div>h2 {
	width:140px;
	line-height:44px;
	color:#fff;
	background:#0086ff;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:15px 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#053dae;
}
.ijoindd .zwxxx {
	padding-bottom:10px;
}
.ijoindd .zwxxx span {
	display:block;
	line-height:30px;
	color:#000;
}
.ijoindd .zwxxx .zpzw {
	font-size:1.6rem;
	margin-bottom:10px;
}
.ijoindd iframe {
	height:720px;
	width:100%;
}


@media (max-width:992px) {
	.ijoindd {
	margin:0;
	padding:10px;
}
.ijoindd .jibt {
	display:block;
	padding:0px;
}
.ijoindd .jibt h1 {
	font-size:1.6rem;
	line-height:30px;
}
.ijoindd .jibt section {
	padding:10px 0px;
}
}

.ijoin ul {
   padding:0px;
   }
   
   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:756px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#0086ff;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 

/* 联系我们 */
.lxnnw {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lxnnw h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 38px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.lxnnw h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 70px;
}

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 16px;
}

.lxhh-bb a {
   color: #666666;
   }

.lxhh-bb h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #333333;
}

.liuyans {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 45px;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}

.lykkm {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.hzi {
    color: #0086ff;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 14px;
    color: #666666;
}

.kka {
    height: 40px;
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.kkb {
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.anniu {
    width: 208px;
    height: 54px;
	font-size:16px;
    background-color: #0086ff;
	border:1px solid #0086ff;
    padding: 0px;
}  

.dzz {
  font-size:18px;
  }

.hongse {
   color:#FF0000;
   }


/* 分页 */
.page_list{
	padding: 15px 0;
	display:flex;
	justify-content:flex-end;
}
.page_list a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #eff2f7;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:ITCAvantGardeStd-Md;
	color: rgba(0,0,0,.5);
	transition: .3s;
	background-position:center;
	background-repeat:no-repeat;
}

.page_list a:first-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on{
	color: #fff;
	background-color: #162a8a;
}
.page_list a:first-child:hover{
	background: #162a8a url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover{
	background: #162a8a url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
} 


.modal-dialog {
    width: 660px;
    margin: 100px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #25b5e5;
}
.tanchu-lan {
    height: 55px;
    line-height: 55px;
    background-color: #25b5e5;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-36px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
}  



.erji {
    height: auto;
    overflow: hidden;
	margin-bottom:40px;
}

.erji li {
    list-style-type: none;
    width: 132px;
    height: 48px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.erji li a {
    display: block;
    height: 48px;
    line-height: 43px;
    color: #2c3135;
    background-color: #FFFFFF;
    text-align: center;
}

.erji li a:hover {
    color:#0181ff;
   }
   
.erji li.hover a {
    color:#0181ff;
   }
   
.erji li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #25b5e5;
}

.erji li > a:hover:after{
	width:100%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#25b5e5;
}  



.xufu {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 99;
    margin-top: -203px;
}



.xufu ul {
    width: auto;
    flex-wrap: wrap;
}
.xufu ul li{
	display:flex;
	justify-content:flex-end;
}
.xufu ul li:not(.eewm){
	overflow:hidden;
}
.xufu ul li a{
	display:flex;
	min-width:70px;
	background:#f0f0f0;
	flex-wrap:wrap;
	align-content:center;
	height:70px;
	font-size:1.2rem;
	color:#404040;
	text-decoration:none;
	padding:5px 0px;
	position:relative;
	transition:background .3s;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.xufu ul li:last-child a{
	border-bottom:0;
}
.xufu ul li a p{
	text-align:center;
	width:100%;
	line-height:18px;
	margin:7px 0px 0px;
}
.xufu ul li a small{
	display:block;
	width:100%;
	height:30px;
	text-align:center;
}
.xufu ul li:nth-of-type(1) a small{
	background:url(../images/wx.png) center no-repeat;
	background-size:22px auto;
}
.xufu ul li:nth-of-type(2) a small{
	background:url(../images/wx.png) center no-repeat;
	background-size:27px auto;
}
.xufu ul li:nth-of-type(3) a small{
	background:url(../images/yx.png) center no-repeat;
	background-size:25px auto;
}
.xufu ul li:nth-of-type(4) a small{
	background:url(../images/dh.png) center no-repeat;
	background-size:24px auto;
}
.xufu ul li:nth-of-type(5) a small{
	background:url(../images/tb.png) center no-repeat;
	background-size:25px auto;
}
.xufu ul li:nth-of-type(6) a small{
	background:url(../images/al.png) center no-repeat;
	background-size:30px auto;
}
.xufu ul li:nth-of-type(1) a:hover small{
	background:url(../images/wxn.png) center no-repeat;
	background-size:22px auto;
}
.xufu ul li:nth-of-type(2) a:hover small{
	background:url(../images/wxn.png) center no-repeat;
	background-size:27px auto;
}
.xufu ul li:nth-of-type(3) a:hover small{
	background:url(../images/yxn.png) center no-repeat;
	background-size:25px auto;
}
.xufu ul li:nth-of-type(4) a:hover small{
	background:url(../images/dhn.png) center no-repeat;
	background-size:24px auto;
}
.xufu ul li:nth-of-type(5) a:hover small{
	background:url(../images/tbn.png) center no-repeat;
	background-size:25px auto;
}
.xufu ul li:nth-of-type(6) a:hover small{
	background:url(../images/aln.png) center no-repeat;
	background-size:30px auto;
}
.xufu ul li a span{
	position:absolute;
	width:140px;
	bottom:0;
	display:none;
	left:100%;
}
.xufu ul li a span img{
	width:100%;
}
.xufu ul li:hover a span{
	display:block;
}
.xufu ul li a:hover{
	background:#053391;
	max-width:auto;
	color:#fff;
	text-decoration:none;
}
.xufu ul li a section{
	display:flex;
	align-items:center;
	overflow:hidden;
	position:relative;
	margin-right:-211px;
	transition:margin-right .5s;
}
.xufu ul li a:hover section{
	margin-right:0px;
}
.xufu ul li a section div{
	width:75px;
}
.xufu ul li a section div{
	width:75px;
}
.xufu ul li a section big{
	display:flex;
	align-items:center;
	border-left:1px #fff solid;
	height:90%;
	font-family:Fontone;
	font-size:14px;
	padding:0px 5px;
	letter-spacing:1px;
}
.xufu ul li a .top{
	display:block;
	width:0;
	height:0;
	border-left:8px rgba(0,0,0,.5) solid;
	border-top:8px transparent solid;
	border-bottom:8px transparent solid;
	margin:0 auto;
	transform:rotate(-90deg);
}
.xufu ul li a:hover .top{
	border-left:8px #fff solid;
	border-top:8px transparent solid;
	border-bottom:8px transparent solid;
}
.xufu ul li:last-child a p{
	font-size:1.6rem;
} 
  
/* 首页改 */ 
.cptp {
   margin-top:83px;
   }

.sykuan {
   width:1530px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   } 
   
.cpkuai {
   height:auto; overflow:hidden;
   }
   
.cpkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:48px;
   color:#ab0000;
   font-weight:bold;
   position:relative;
   margin-top:0px;
   padding-bottom:12px;
   border-bottom:1px solid #ecece9;
   margin-bottom:25px;
   }
   
.cpmore {
   position:absolute;
   width:56px;
   right:0px;
   bottom:10px;
   }
   
.cprow {
   height:auto; overflow:hidden;
   margin-left:-48px;
   margin-right:-48px;
   }
   
.cprow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:48px;
   padding-right:48px;
   margin-bottom:60px;
   }
   
.cpkk {
   height:auto; overflow:hidden;
   border:1px solid #f3f3f3;
   }
   
.cpkk-tit {
   height:100px;
   padding-top:15px;
   line-height:39px;
   text-align:center;
   font-size:30px;
   }
   
.cpkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.cpkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk section {
   overflow: hidden;
   }
   
.gaishu {
    height: 100px; overflow: hidden;
    margin-top: 10px;
}
   
.cptux:hover .gaishu {
    color: #FFFFFF;
   } 
   
.weixin {
    height:auto; overflow:hidden;
    margin-top: 20px;
} 

.weixin li {
    list-style-type: none;
    width:120px;
    float: left;
    margin-right: 10px;
}

.weixin li p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}
   
   
@media (min-width: 1800px) and (max-width: 2000px) {

.about-bb {
   padding: 45px;
   padding-right: 13%;
}

.wenhua-bb {
    width: 40%;
    float: left;
    padding-top: 65px;
    padding-left: 3%;
}

}   

@media (min-width: 1600px) and (max-width: 1800px) {

.navbar-nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
}

.caidan {
    margin-right: 20px;
}

.about-bb {
   padding: 25px;
   padding-right: 0%;
}

.abmore {
    margin-top: 60px;
}

.ablm {
    margin-top: 40px;
}

.footer {
    height: auto;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
}

.bottom-aa {
    padding: 60px;
}

.bottom-bb {
    padding-left: 50px;
    padding-top: 60px;
    float: right;
}

.wenhua-bb {
    width: 45%;
    float: left;
    padding-top: 45px;
	line-height:30px;
    padding-left: 3%;
}

.wenhua-bb h2 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

}

@media (min-width: 1400px) and (max-width: 1600px) {

.navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.caidan {
    margin-left: 60px;
    margin-right: 0px;
}

.nav {
    padding-left: 90px;
}

.about-bb {
   padding: 25px;
   padding-right: 0%;
}

.abmore {
    margin-top: 60px;
}

.ablm {
    margin-top: 40px;
}

.cpfn-zi {
    position: absolute;
    width: 42.4%;
    padding: 20px;
}

.cpfn-zi h3 {
    margin-top: 40px;
    margin-bottom: 15px;
}

.footer {
    height: auto;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

.bottom-aa {
    padding: 50px;
}

.bottom-bb {
    padding-left: 40px;
    padding-top: 50px;
    float: right;
}

.wenhua-bb {
    width: 47%;
    float: left;
    padding-top: 35px;
	font-size:14px;
	line-height:25px;
    padding-left: 2%;
}

.wenhua-bb h2 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.dhkuan {
   width:100%;
   }
   
   
.sykuan {
   width:100%;
}

}

@media (min-width: 1200px) and (max-width: 1400px) {

.kuanping {
   width:100%;
   }

.navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
}

.caidan {
    margin-left: 30px;
    margin-right: 0px;
}

.nav {
    padding-left: 50px;
}

.about-bb {
   padding: 25px;
   padding-right: 0%;
}

.abmore {
    margin-top: 30px;
}

.ablm {
    margin-top: 20px;
}

.cpfn-zi {
    position: absolute;
    width: 55%;
    padding: 20px;
}

.cpfn-zi h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.about-bb h2 {
    font-size: 25px;
    color: #131a2d;
    margin-top: 0px;
    margin-bottom: 15px;
}

.footer {
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}

.bottom-aa {
    padding: 30px;
	font-size:16px;
}

.bottom-bb {
    padding-left: 20px;
    padding-top: 30px;
    float: right;
}

.xwhh {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.wenhua-bb {
    width: 50%;
    float: left;
	padding:15px;
	font-size:14px;
	line-height:25px;
}

.wenhua-bb h2 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.dhkuan {
   width:100%;
   }
   
.ablan {
   width:100%;
}

.sykuan {
   width:100%;
}

}


@media (min-width: 0px) and (max-width: 1000px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.logo {
   width:150px;
   }   
 
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0%;
    width: 100%;
}   


.navbar-inverse {
    background-color: rgba(0,0,0,0.8);
}

body {
   margin-top:60px;
   }
   
.cptit {
    color: #6c6f7c;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
}
   
.cptit h2 {
    font-size: 25px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
}

.cpfl-aa {
    width: 100%;
}

.cpfl-bb {
    width: 100%;
}

.cpfn li {
    list-style-type: none;
    width: 100%;
}

.cpfl-zi {
    position:relative;
    width: 100%;
    padding: 20px;
    color: #FFFFFF;
    background-color: #053391;
}

.cpfw-zi {
    position: absolute;
    width: 60%;
    padding: 20px;
}

.cpfw-zi h3 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.cpjt2 {
    width: 40px;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.cpfn-zi {
    position: absolute;
    width: 60%;
    padding: 20px;
}

.cpjtw {
    margin-top: 30px;
}

.about-aa {
    width: 100%;
}

.about-bb {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 23px;
    color: #70777a;
}

.about-bb h2 {
    font-size: 20px;
    color: #131a2d;
    margin-top: 0px;
    margin-bottom: 15px;
}

.abmore {
    margin-top: 40px;
}

.ablm {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.ablm li h3 {
    font-size: 16px;
    color: #131a2d;
    margin-top: 10px;
    margin-bottom: 8px;
}

.mkrow li {
    list-style-type: none;
    width: 100%;
	margin-bottom:10px;
}

.mkw {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 10%;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    z-index: 6;
}

.mkw h2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 6px;
}

.mkmore {
    margin: 20px auto 0px;
}

.xwbj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.xwbj h2 {
    font-size: 20px;
    color: #555555;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 14px;
    margin-bottom: 8px;
}

.xwbj h3 {
    font-size: 14px;
    color: #909090;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

.xwrow li {
    list-style-type: none;
    width: 100%;
}

.xwhh-aa {
    padding: 10px;
    color: #FFFFFF;
    background-color: rgba(88,87,87,0.39);
}

.xwhh-aa h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.xwhh-bb {
    padding: 10px;
    color: rgba(88,87,87,0.7);
    background-color: #e5e5e5;
}

.xwfu {
    position: relative;
    margin-top: -50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.navbar-collapse {
    max-height: 450px;
}

.caidan {
   display:none;
   }
   
.bottom-aa {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
}

.bottom-aa h2 {
    font-size: 14px;
    color: #444444;
    margin-top: 0px;
    margin-bottom: 4px;
}

.bottom-aa h3 {
    font-size: 30px;
    color: #444444;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bottom-bb {
   display:none;
}


.footer {
    height: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
	margin-bottom:50px;
}

.yc {
   display:none;
   }

.yd {
   display:block;
   }
 
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 16px;
}   

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#1a32b6;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#1a32b6; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#1a32b6;}

.ablan {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px;
}

.ablan li {
    list-style-type: none;
    width: 50%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.ablan li a {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-top: 0px solid rgb(23, 72, 150, 0);
}

.ablan li a:hover {
   color: #FFFFFF;
   font-size: 14px;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #FFFFFF;
   font-size: 14px;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.abnn {
    margin-top: 50px;
    margin-bottom: 50px;
}

.abnn-aa {
    width: 100%;
}

.abnn-bb {
    width: 100%;
	margin-top:20px;
}

.abnn h2 {
    font-size: 25px;
    color: #343434;
    margin-top: 0px;
    margin-bottom: 6px;
}

.abnn h3 {
    font-size: 18px;
    color: #343434;
    margin-top: 0px;
    margin-bottom: 20px;
}

.abww {
    font-size: 14px;
    line-height: 26px;
}

.wenhua-aa {
    width: 100%;
}

.wenhua-bb {
    width:100%;
    float: left;
    padding:20px; 
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
}

.wenhua-bb h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.rongyu {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.rongyu h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #333333;
}

.rygun .swiper-button-prev {
    position: absolute;
    top: 16%;
    width: 30px;
    height: 30px;
	left:30%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuok.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}   

.rygun .swiper-button-next {
    position: absolute;
    top: 16%;
    width: 30px;
    height: 30px;
	right:30%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/youk.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
} 

.shebei {
    height:auto; overflow:hidden;
    padding:20px;
}

.shebei h2 {
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.abww2 {
    font-size: 14px;
    line-height: 30px;
    padding-right: 10px;
}


.xwdd {
    background: #fafafa;
    padding: 30px 0px;
}

.cpzi {
    height: auto;
    overflow: hidden;
    background: none;
    padding: 10px;
    color: #808080;
}

.cptux:hover .cpzi {
   background: none;
   }
   
   
.cpzi h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #333333;
}

.cptux {
    margin-bottom: 20px;
}

.cpwz-aa {
    width: 100%;
}

.cpwz-bb {
   display:none;
   }
   
.cpyou-lan {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    margin-top: 15px;
}

.cpnei {
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.pro-img .colmd5 {
    width: 100%;
}

.pro-img .colmd7 {
    width: 100%;
}

.pro-img .colmd7 .pro-ptt {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 10px;
}

.pro-img {
    margin-bottom: 10px;
}

.pro-img .colmd5 {
    width: 100%;
}

.pro-img .colmd7 {
    width: 100%;
}

.pro-img .colmd7 .pro-ptt {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0px 10px;
}

.ipdcont .ipdimg .jqzoom {
    height:auto; overflow:hidden;
    position: relative;
}

.cpxq {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
}

.liebiao-aa {
   width:30%;
   height:76px;
   line-height:76px;
   }
   
.liebiao-bb {
   width:40%;
   height:78px;
   line-height:78px;
   }
   
   
.liebiao-cc {
   width:30%;
   height:76px;
   line-height:76px;
   }
   
.xiangguan h2 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.xwkuan {
   width:100%;
   margin: 0px auto 10px;
   }
   
.tjhh {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.tjzi {
    height: auto;
    overflow: hidden;
    padding:15px;
    font-size: 14px;
    line-height: 25px;
    color: #9898a0;
}

.tjzi h2 {
    font-size: 20px;
    height:auto;
    overflow: hidden;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0b46ac;
}

.tjzi h3 {
    font-size: 14px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
}

.tjmore {
    margin-top: 20px;
}

.liuyans {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.biao h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #666666;
}

.kka {
    height: 40px;
	border-radius: 0;
}

.kkb {
   border-radius: 0;
}

.anniu {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border-radius: 0;
}

.liebiaok-aa {
   width:100%;
   }
   
.liebiaok-bb {
   width:100%;
   }
   
.dangqian {
    height: auto;
    overflow: hidden;
    line-height: 50px;
}

.xwnn {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.xwnn h2 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.fabu {
   width:100%;
   }

.fabu li {
    list-style-type: none;
    width: 100%;
}

.xwxq {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #9c9b9b;
    font-size: 14px;
    line-height: 25px;
}

.xwxq img {
    width:100%;
}

.modal-dialog {
    width: 95%;
    margin: 100px auto;
}

.cpxq-nei {
    padding: 10px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}

.cpxq-nei img {
     width:100%;
}

.pictures_eyes_in img {
    max-height: 200px;
}

.pictures_eyes_indicators {
     bottom:-100px;
}

.yyk-zi {
    padding: 5px;
    height: 56px;
    color: #333333;
    background-color: rgba(0,0,0,0);
    left: 0px;
    bottom: 0px;
    z-index: 5;
    position:relative;
}

.yyk-zi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.yyk-zi h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-dialog {
    width: 95%;
    margin: 100px auto;
}

.erji li {
    list-style-type: none;
    width: 48%;
    height: 40px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
}

.erji li a {
    display: block;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    color: #2c3135;
}

.dhkuan {
   width:100%;
   }
   
.ablan {
   width:100%;
}

.zwcont {
    width: 90%;
    left: 5%;
	margin-top: -200px;
}

.zwcont iframe {
    height: 400px;
}

.tjzz {
    height:auto;
    overflow: hidden;
}

.pro-img .colmd7>span {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.ipdimg .swiper-button-prev {
	left:10px;
}

.ipdimg .swiper-button-next {

	right:10px;

}

.wenhua {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.wenhua h2 {
    font-size: 25px;
    color: #343434;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.wenhua h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.whrow li {
    list-style-type: none;
    width: 100%;
}

.whkk {
    height: auto;
    overflow: hidden;
    padding: 20px;
	margin-bottom:15px;
}

.whkk h5 {
    font-size: 25px;
    color: #343434;
    margin-top: 25px;
    margin-bottom: 15px;
}

.cptp {
    margin-top: 20px;
}

.sykuan {
   width:100%;
}

.cpkuai h2 {
    font-size: 25px;
    color: #ab0000;
    font-weight: bold;
    position: relative;
    margin-top: 0px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ecece9;
    margin-bottom: 15px;
}

.cprow {
    height: auto;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.cprow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/fenge.png) right;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.cpkk-tit {
    height: 50px;
    padding-top: 8px;
    line-height:25px;
    text-align: center;
    font-size: 16px;
}

.xufu {
    display: none;
}

}


